'Declaration Public Overloads Function Add( _ ByVal cellsText() As System.String _ ) As OMathMatrixColumn
public OMathMatrixColumn Add( System.string[] cellsText )
Parameters
- cellsText
- The column cells text array.
Return Value
The added OMathMatrixColumn.